PARAM_TOOLTIP

Description

The parameter tool tip is a kind of system tool tip that displays a parameter as text. It has the same properties as both the tool tip and the param text widgets.

Common Attributes

See TOOLTIP (except 'text' attribute that is replaced by the formatted parameter data)

See PARAM_TEXT.

Examples

See the TOOLTIP and PARAM_TEXT widgets for detailed examples.

<?xml version="1.0" encoding="utf-8" ?>
<SKIN language_version="1.0" background_color="#999999">
   <IMAGE_PARAM_KNOB h_align="left" param_id="dsp.input1" image="knob_black.bmp" images_count="127" 
   image_orientation="horizontal">
      <PARAM_TOOLTIP param_id="dsp.input1" content="{name}:{value} {unit}&#13;I can even add text here!"
         value_format="5.1" />
   </IMAGE_PARAM_KNOB>
   <CELL width="200" height="30" />
</SKIN>